﻿@import url("../../framework/bootstrap/3.2.0/css/bootstrap.min.css");
@import url("icones.css");
@import url("componentes.css");
@import url("plugins.css");
@import url("datepicker.css");
@import url("daterangepicker.css");

/* FONTE PADRÃO DO SISTEMA --------------------------------------------------------------------- */
html {
	height: 100%;
	-ms-overflow-style: scrollbar;
}
body {
	color: #454545;
}

/* PLACEHOLDER --------------------------------------------------------------------- */
:-ms-input-placeholder {  
   color: #aaa;  
}
.placeholder {  
   color: #aaa;  
}

/* LOGO DO SISTEMA --------------------------------------------------------------------- */
.logo {
	width: 203px;
	height: 96px;
}

/* LOGIN DO SISTEMA --------------------------------------------------------------------- */
.login-main body {
	background: #e9e9e9;
}
.login-main .login-area {
	width: 100%;
	height: 499px;
	position: relative;
	background: url(../../PublishingImages/img_layout/login_fundo.jpg) no-repeat center #fff;
}
.login-main .login-conteudo {
	width: 362px;
	margin: 0 auto;
	left: 150px;
	position: relative;
	padding: 10px 20px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	background: rgba(255,255,255,0.8);
}
.login-main .login-area-logo {
	text-align: center;
}
.login-main .login-logo-simed {
	width: 192px;
}
.login-main .login-logo-apoio {
	display: none;
}
.login-area-logo h1 {
	width: 100%;
	font-size: 22px;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	text-align: center;
}
.login-main .btn {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.3);
}
.login-main hr {
	margin: 5px 0;
}
.login-main .btn-default {
	border-color: transparent;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	background: #B32D00;
}
.login-main .btn-default:hover {
	color: #FFF5F2;
	background: #9A0D00;
}
.login-footer {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #616161;
	background: url(../../PublishingImages/img_layout/login_rodape.png) repeat-x top #e9e9e9;
}
.login-footer .link {
	width: 410px;
	font-size: 10px;
	padding: 10px;
	margin-left: 10px;
	color: #616161;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
	background: #fff;
}
.login-footer .link img {
	margin-right: 7px;
}
.login-footer .link:focus,
.login-footer .link:hover {
	text-decoration: none;
	background: #FFEFBF;
}

/* LINHAS DIVISÓRIAS --------------------------------------------------------------------- */
hr {
	border-color: #C3C3C3;
	margin: 15px 0;
}

/* CONTEÚDO PRINCIPAL --------------------------------------------------------------------- */
.main-content {
	width: 100%;
}

/* ÁREA CLICÁVEL INVISÍVEL QUE É EXIBIDA PARA COBRIR TODA A PÁGINA --------------------------------------------------------------------- */
.area-block,
.area-click {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
	position: fixed;
	background: rgba(0,0,0,0);
}
.area-block {
	z-index: 9999999;
}

/* CABEÇALHO DO SISTEMA --------------------------------------------------------------------- */
.header-main {
	width: 100%;
	padding: 0 20px;
	z-index: 2;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,0.33);
	background: #fff;
}
.header-main .pagina-inicial:hover {
	text-decoration: none;
}
.header-main .logo {
	display: inline-block;
	vertical-align: top;
}
.header-main .nome-empresa {
	font-size: 26px;
	padding-left: 10px;
	color: #454545;
	display: inline-block;
	border-left: 1px solid #BBBBBB;
	margin: 10px 0 0 10px;
	height: 75px;
	line-height: 75px;
	vertical-align: top;
}
.header-main .btn-group {
	padding: 18px 10px 0 0;
	float: right;
}
.header-main .btn-group .dropdown {
	float: left;
	margin-left: 5px;
}
.header-main .btn {
	height: 55px;
	border: 0;
	font-size: 16px;
	margin-right: 10px;
	white-space: normal;
	font-weight: normal;
	padding: 10px 10px;
	text-align: left;
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
	background: #F5F5F5;
}
.header-main .btn:hover {
	color: #6C2D2D;
	background: #FFF3F2;
}
.header-main .btn:focus,
.header-main .dropdown.open .btn {
	color: #6C2D2D;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
	background: #FFF3F2;
}
.header-main .btn .caret {
	margin: 7px 0 0 10px;
	float: right;
	border-top: 8px solid #7c7c7c;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.header-main .btn:hover .caret,
.header-main .btn:focus .caret {
	border-top: 8px solid #6C2D2D;
}
.header-main .btn-user {
	width: 250px;
	margin-right: -7px;
	line-height: 19px;
}
.header-main .btn-user .caret {
	margin-top: -25px;
}
.header-main .btn-user .photo {
	width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #C1C1C1;
    margin-right: 6px;
	overflow: hidden;
	float: left;
}
.header-main .btn-user .photo img {
	width: 100%;
	height: 100%;
}
.header-main .btn-user strong,
.header-main .btn-user .email {
	width: 170px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-main .btn-user .email {
	margin-top: -2px;
	font-weight: normal;
}
.header-main .dropdown-user {
	width: 250px;
}

/* BARRA DE BUSCA --------------------------------------------------------------------- */
.addAndSearch {
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
}
.addAndSearch .btn-add {
	height: 70px;
	padding: 15px;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	display: table-cell;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #B32D00;
}
.addAndSearch .btn-add:hover {
	color: #FFF5F2;
	background: #9A0D00;
}
.addAndSearch .btn-add span {
	vertical-align: middle;
}
.addAndSearch .btn-add .glyphicon {
	color: #fff;
	font-size: 34px;
	margin-bottom: 3px;
}
.addAndSearch .btn-add:hover .glyphicon {
	color: #FFF5F2;
}
.addAndSearch .btn-add .text {
	width: 120px;
	margin-left: 10px;
	line-height: 20px;
	white-space: normal;
	text-align: left;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.addAndSearch .filters {
	width: 100%;
	padding: 15px 0 15px 15px;
	display: table-cell;
}
.addAndSearch .area-filters {
	width: 100%;
	display: table;
}
.addAndSearch .filters .area-filter {
	width: 25%;
	display: table-cell;
}
.addAndSearch .filters .filter {
	width: 100%;
	padding: 5px;
	display: table;
	position: relative;
	text-align: right;
}
.addAndSearch .filters select,
.addAndSearch .filters input[type="text"] {
	width: 100%;
	height: 34px;
	border: 0;
	border-radius: 4px;
	padding: 5px 20px 5px 8px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25) inset;
}
.addAndSearch .filters .area-filter.status {
	width: 17%;
}
.addAndSearch .filters .area-filter.date {
	width: 33%;
}
.addAndSearch .filters .area-filter.filter-checkbox label,
.addAndSearch .filters .area-filter.date label {
	width: 38%;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding-right: 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}
.addAndSearch .filters .area-filter.filter-checkbox label {
	width: auto;
}
.addAndSearch .filters .area-filter.filter-checkbox {
	text-align: right;
	white-space: nowrap;
}
.addAndSearch .filters .area-filter.filter-checkbox .checkbox {
	display: inline-block;
	border-radius: 4px;
	padding: 7px 10px;
	margin: 0 0 0 5px;
	text-align: left;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25) inset;
	background: #fff;
}
.addAndSearch .filters .area-filter.filter-checkbox .checkbox label {
	font-weight: bold;
	white-space: nowrap;
}
.addAndSearch .filters .area-filter.filter-checkbox .checkbox label input {
	margin-top: 0;
}
.addAndSearch .filters .area-filter.date .filter-date {
	display: inline-block;
	width: 60%;
}
.addAndSearch .filters .glyphicon {
	top: 13px;
	right: 10px;
	color: #7c7c7c;
	font-size: 18px;
	position: absolute;
}

/* LISTA DE ATENDIMENTOS --------------------------------------------------------------------- */
.calls {
	background: #f2f2f2;
}
.calls .btn.btn-call {
	padding: 6px 10px;
}
.calls .btn.btn-call .glyphicon {
	font-size: 14px;
}
.calls .table>tbody tr.table-late td {
	color: #fff;
	background: #af7209;
}
.calls .table>tbody>tr.table-late>th,
.calls .table>tbody>tr.table-late>td {
	border: 0;
	color: #553715;
	border-bottom: 1px solid #dfd2bb;
	background: #fffae9;
}
.calls .table>tbody>tr>td:first-child {
	width: 135px;
}
.calls .table>tbody>tr>td:last-child {
	min-width: 190px;
}
.btn-final-block {
	width: 200px;
	height: 100%;
	z-index: 3;
	top: 0;
	right: 0;
	opacity: 0.7;
	position: absolute;
	border-bottom-right-radius: 6px;
	background: #f2f2f2;
}
.btn-presente,
.btn-agendado {
	float: left;
}
#requisicoesParaImpressao .link {
	display: block;
}

/* NOVO ATENDIMENTO --------------------------------------------------------------------- */
.table-patient-static {
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}
.table-patient-static.table>tbody>tr>th:first-child,
.table-patient-static.table>tbody>tr>td:first-child {
	padding-left: 10px;
}
.btn-new-patient {
	margin-left: -15px;
}
.exame-add {
	margin-bottom: -25px;
}
.exame-add .checkbox-add {
	width: 50%;
	float: left;
}

/* RODAPÉ --------------------------------------------------------------------- */
.main-footer {
	width: 100%;
	padding: 20px;
	float: left;
	clear: both;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.33);
	background: #fff;
}
.main-footer a {
	font-size: 11px;
	color: #454545;
}


/* CADASTRO DE CLIENTES --------------------------------------------------------------------- */
.clients {
	background: #f2f2f2;
}
.clients .table>tbody>tr>td:last-child {
	width: 250px;
}
.clients .table>tbody>tr>td .text-overflow {
	width: 200px;
}
.clients .table>tbody>tr>td .label {
	font-size: 12px;
	padding: 3px 6px;
}
.add-contract {
	width: 100%;
	float: left;
	margin-top: -10px;
}
.add-contract .form-group {
	width: 20%;
	padding-right: 15px;
	margin: 0;
	float: left;
}
.add-contract .form-group:last-child {
	padding: 0;
}
.add-contract .has-feedback .form-control-feedback {
	top: 27px !important;
}
.add-contract-exam {
	width: 100%;
	float: left;
}
.add-contract-exam .table {
	margin: 0;
}
#examesContratados .form-control {
	width: 150px;
	display: inline-block;
	height: 30px;
}
#examesContratados .btn {
	padding: 3px 6px 1px 6px;
}
#pagamentosCadastrados.table>tbody>tr:last-child>td,
#examesContratados.table>tbody>tr:last-child>td {
	border: 0;
}
#examesContratados.table>tbody>tr>th:first-child,
#examesContratados.table>tbody>tr>td:first-child {
	padding-left: 15px;
}
#examesContratados.table>tbody>tr>th:last-child,
#examesContratados.table>tbody>tr>td:last-child {
	padding-right: 5px;
}
#pagamentosCadastrados {
	position: relative;
}
.billing-total,
.pay-total {
	z-index: 2;
	top: -45px;
	right: 7px;
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #b6c8ad;
	position: absolute;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.3);
	background: #fff;
}
.billing-total strong,
.pay-total strong {
	font-size: 16px;
}
#exibirFaturamentoConteudo .dataTables_length,
#exibirContratoConteudo .dataTables_length,
#exibirPagamentosConteudo .dataTables_length {
	display: none;
}
#buscaFaturamento .form-group {
	margin-bottom: 0;
}
#buscaFaturamento label {
	padding-left: 15px;
}
#buscaFaturamento button {
	margin-right: 15px;
	text-transform: uppercase;
}
#buscaFaturamento .glyphicon-calendar {
	color: #7c7c7c;
	font-size: 18px;
	left: -40px;
	top: 7px;
}
.panel-sub-patient {
	clear: both;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.3);
}
.panel-sub-patient .radio,
.panel-sub-patient .checkbox {
	margin-right: 20px;
	float: left;
}
.add-risk input {
	width: 250px;
	display: inline-block;
	vertical-align: top;
}
#pacienteProcedimentos .form-group {
	width: 50%;
	float: left;
}

/* CADASTRO DE PACIENTES --------------------------------------------------------------------- */
.patients {
	background: #f2f2f2;
}
.area-filters .ui-autocomplete-loading-animate {
	top: 8px;
	right: 8px;
}
.patients .table>tbody>tr>td:last-child {
	min-width: 90px;
}
.patients .patients-none {
	width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	font-weight: bold;
	display: block;
}
.patients .patients-none .glyphicon {
	font-size: 30px;
	margin-right: 5px;
	top: -2px;
	vertical-align: middle;
}

/* MEDIA QUERIES --------------------------------------------------------------------- */
@media (max-width: 960px) {

}
@media (max-width: 1200px) {
	.calls .btn.btn-call .text {
		display: none;
	}


}